home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / t_os / gpen32k / source.exe / LIB / OSRC / OMOSV.C < prev    next >
C/C++ Source or Header  |  1993-04-29  |  146b  |  10 lines

  1.  
  2. #include    <MOS.h>
  3. #include    <Normlib.h>
  4.  
  5. void mosv( int x1, int y1, int x2, int y2 )
  6. {
  7.     MOS_horizon( x1, x2 );
  8.     MOS_vertical( y1, y2 );
  9. }
  10.